Bump cryptography from 42.0.8 to 48.0.1 in /platforms/android - #15009
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump cryptography from 42.0.8 to 48.0.1 in /platforms/android#15009dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.8 to 48.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@42.0.8...48.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
🔵 Review postedLast updated: 2026-07-15 14:39 UTC |
rtibblesbot
suggested changes
Jul 15, 2026
rtibblesbot
left a comment
Contributor
There was a problem hiding this comment.
PR #15009 bumps cryptography 42.0.8 → 48.0.1 in platforms/android/requirements.txt.
- Semver risk: Major (6-version jump, crosses several backwards-incompatible releases).
- Dependency type: Production — Android/Chaquopy runtime dependency.
- CI status: Failing. The APK build fails at
:app:installDebugPythonRequirementsbecause Chaquopy has no prebuilt wheel forcryptography==48.0.1(only3.4.8and42.0.8are published).cryptographyis a Rust extension that on Android can only install from Chaquopy's prebuilt-wheel repo, not compile at build time. The file header documents exactly this constraint:# Pinned to versions with prebuilt Chaquopy wheels. - Breaking changes (for the record): 48.0.0 drops Python 3.8 and tightens X.509 CRL signature-algorithm matching; 47.0.0 removes OpenSSL 1.1.x support and binary elliptic curves, and changes some key-loading errors from
ValueErrortoUnsupportedAlgorithm.
42.0.8 (the current pin) is already the newest installable version, so there is no in-PR fix. Recommend closing this PR (optionally @dependabot ignore this major version for cryptography under the platforms/android pip config) until Chaquopy ships a newer prebuilt wheel.
@rtibblesbot's comments are generated by an LLM, and should be evaluated accordingly
How was this generated?
Ran a dependency-update review pipeline over the version bump:
- Classified the bump by semver (patch / minor / major) and dependency type (production vs. development)
- Extracted the changelog and release notes across the version range
- Assessed compatibility with this project's usage and whether any code changes are required
- Treated CI as the primary safety net
- Scaled the review depth to the update's risk
- Chose the verdict from semver risk, changelog findings, and CI status
Contributor
Build Artifacts
Smoke test screenshot |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps cryptography from 42.0.8 to 48.0.1.
Changelog
Sourced from cryptography's changelog.
... (truncated)
Commits
de987ce48.0.1 version bump and changelog (#14996)8e03e30bump for 48.0.0 release (#14796)295e0d2Add AGENTS.md with CLAUDE.md symlink (#14794)104a2deBump BoringSSL, OpenSSL, AWS-LC in CI (#14793)67ec1e5call check_length early on AesSiv::encrypt (#14792)b2da57achangelog for mldsa/mlkem for openssl (#14791)3cf44adML-KEM OpenSSL support (#14781)2e31639ML-DSA OpenSSL support (#14773)5affe5afix rust nightly clippy (#14790)2e73ca4bump rust-openssl dep and update EcPoint::mul_generator to mul_generator2 (#1...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.